# This is a sample input file for dtc. To exercise # this file, type dtc < dtcsamp.txt. If you alter this # file, remember not to leave any blank lines until the # end. # # Set some variables a = (3+4)*(5+6)/(7+8) b = a + (3+4)*(5+6)/(7+8) c = b + (3+4)*(5+6)/(7+8) d = c + (3+4)*(5+6)/(7+8) e = d + (3+4)*(5+6)/(7+8) f = e + (3+4)*(5+6)/(7+8) g = f + (3+4)*(5+6)/(7+8) h = g + (3+4)*(5+6)/(7+8) i = h + (3+4)*(5+6)/(7+8) j = i + (3+4)*(5+6)/(7+8) k = j + (3+4)*(5+6)/(7+8) l = k + (3+4)*(5+6)/(7+8) m = l + (3+4)*(5+6)/(7+8) n = m + (3+4)*(5+6)/(7+8) o = n + (3+4)*(5+6)/(7+8) p = o + (3+4)*(5+6)/(7+8) q = p + (3+4)*(5+6)/(7+8) r = q + (3+4)*(5+6)/(7+8) s = r + (3+4)*(5+6)/(7+8) t = s + (3+4)*(5+6)/(7+8) #print the variable list \ # now reset the first variable a = 1/5 # now recalculate all other variables ! # now list them out \ # finally leave some blank lines